Add Pushary to the external plugins marketplace - #63
Open
aadilghani1 wants to merge 2 commits into
Open
aadilghani1 wants to merge 2 commits into
aadilghani1 wants to merge 2 commits into
Conversation
Pushary is a PreToolUse hook plus MCP server. The hook gates risky terminal commands on an approval sent to the user's phone before the command runs, falling back to VS Code's own approval prompt whenever it cannot reach a decision. The MCP tools let the agent ask a question or send a notification and get an answer back. The plugin is hosted at Pushary/vscode-plugin and uses the .claude-plugin layout, so it is referenced here by source rather than vendored.
Signed-off-by: Aadil Ghani <67200576+aadilghani1@users.noreply.github.com>
Author
|
Refreshed the marketplace entry to match the public plugin manifest, 0.2.2. The PR description now reflects its current hosted policy and lifecycle hooks, account requirement, and host permission fallback; it no longer makes the older local-only matcher claims. Marketplace JSON, manifest version/source/license, referenced plugin paths, and the shipped hook syntax have been checked. Could a maintainer review whether this fits the external plugin catalog? Happy to adjust the listing to the collection's requirements. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Pushary to the external plugin catalog, pointing to the MIT-licensed Pushary/vscode-plugin repository. The marketplace version now matches its published manifest, 0.2.2.
Pushary provides a PreToolUse permission gate and MCP tools for human questions and task notifications. It requires a Pushary account. Delivery follows the user's configured mode; confirm notifications can expose lock-screen actions, while choices and text answers open the app.
The plugin includes lifecycle hooks as well as PreToolUse. The gate consults hosted policy and can send task/tool context to Pushary; it is not a purely local command matcher. An unresolved gated action falls back to the host's permission prompt. Optional question tools do not themselves enforce approval before another tool runs. See the plugin's source and security notes for the host integration.
Validation (2026-09-14): marketplace JSON parsed; the Pushary entry's version, source repository, and license match the current public plugin manifest; referenced skills, hooks, and MCP configuration exist; the shipped hook passes
node --check. This catalog-only update does not claim a fresh end-to-end VS Code or Copilot CLI session.Disclosure: I maintain Pushary. This submission was prepared with AI assistance and checked as described above.